Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
As the title states.
It happens when using @html.BeginUmbracoForm or @Ajax.BeginForm in a partial view.
All other browsers are working as expected
v6.1.6 Mvc Razor
Anyone run into this before?
Thanks
I'm on a roll at answering my own questions!
I was using the following code to submit the form and IE does not like it.
<a href="javascript:$('#frmQuickContact').submit();" class="button-send">Send</a>
Switched to
<button type="submit">Send</button>
and IE now behaves
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Submitting my form returns [object Object] in any version of IE
As the title states.
It happens when using @html.BeginUmbracoForm or @Ajax.BeginForm in a partial view.
All other browsers are working as expected
v6.1.6 Mvc Razor
Anyone run into this before?
Thanks
I'm on a roll at answering my own questions!
I was using the following code to submit the form and IE does not like it.
Switched to
and IE now behaves
is working on a reply...